file name extension
英 [faɪl neɪm ɪkˈstenʃn]
美 [faɪl neɪm ɪkˈstenʃn]
网络 文件扩展名
英英释义
noun
- a string of characters beginning with a period and followed by one or more letters
- most applications provide extensions for the files they create
- most BASIC files use the filename extension .BAS
双语例句
- When reading from files, do not make decisions about the contents of the file based on the file name extension.
从文件读取数据时,请不要根据文件扩展名判断文件的内容。 - There is no application associated with the given file name extension.
没有与给定的文件扩展名关联的应用程序。 - The. c file name extension is a literal pattern that matches only a period followed by a lowercase c.
c文件扩展名是一种文本模式,它仅匹配点号加小写字母c的情况。 - The file name extension for the auto-generated temporary file name to add to the collection.
要添加到集合中的自动生成的临时文件的文件扩展名。 - Gets the file name extension to use when creating source code files.
获取在创建源代码文件时所用的文件扩展名。 - Using an XML discovery file with a.disco file name extension.
使用xml发现文件,文件扩展名为.disco。 - If a project file is not specified, msbuild searches the current working directory for a file name extension that ends in "proj" and uses that file.
如果未指定项目文件,则msbuild在当前工作目录中搜索扩展名以“proj”结尾的文件并使用该文件。 - Only requests for a file name extension that is listed in that section are permitted.
仅允许对此节中列出的文件扩展名的请求。 - The full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.
基文件名的完整路径,该基文件名不带文件扩展名,位于临时目录路径上,用于生成该集合的临时文件名。 - This method can be called only once for each file name extension since it will return the same name if called with the same extension.
此方法对每个文件扩展名只能调用一次,因为当用同一扩展名被调用时,此方法将返回相同的名称。